func runtime.setsig
12 uses
runtime (current package)
os_linux.go#L478: func setsig(i uint32, fn uintptr) {
signal_unix.go#L149: setsig(i, abi.FuncPCABIInternal(sighandler))
signal_unix.go#L207: setsig(sig, abi.FuncPCABIInternal(sighandler))
signal_unix.go#L236: setsig(sig, atomic.Loaduintptr(&fwdSig[sig]))
signal_unix.go#L257: setsig(sig, _SIG_IGN)
signal_unix.go#L271: setsig(i, _SIG_DFL)
signal_unix.go#L302: setsig(_SIGPROF, abi.FuncPCABIInternal(sighandler))
signal_unix.go#L321: setsig(_SIGPROF, h)
signal_unix.go#L985: setsig(sig, _SIG_DFL)
signal_unix.go#L1028: setsig(sig, handler)
signal_unix.go#L1057: setsig(sig, abi.FuncPCABIInternal(sighandler))
signal_unix.go#L1184: setsig(sig, _SIG_DFL)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |